无向图的连通分量(DFS方法) #include <stdio.h> #include <stdlib.h> #include <string.h> int mp[100][100]; int v ...